Adds the elements of the specified collection to the end of the IndexedCollection<(Of <(<'T>)>)>

Namespace:  C1.LiveLinq.Collections
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
public void AddRange(
	IEnumerable<T> items
)
Visual Basic
Public Sub AddRange ( _
	items As IEnumerable(Of T) _
)

Parameters

items
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'T>)>)>
The collection whose elements should be added to the end of the IndexedCollection<(Of <(<'T>)>)>

See Also